Ftob.WriteFileBlock
			
			
				This command writes a file block by block.
			
			Properties
- Command code: 0x0303
 - Command timeout: 3000 ms
 - Possible status codes: General status codes, Ftob.ErrWriteBlock , Ftob.ErrNoFileActive , Ftob.ErrOutOfMemory
 
Parameters (request frame)
| Name | Type/Size | Description | 
|---|---|---|
| ToggleBit | Boolean (8 bits) | This value must be toggled after every successfully transferred block. | 
| Length of BlockData | Integer (16 bits) | 
							Length of BlockData in bytes  | 
					
| BlockData | Raw data | Content of block to write. | 
Returned values (response frame)
None